identifyUser

fun identifyUser(context: Context, identity: String, workspaceId: String? = null)

Identify the user with the given identifiers.

Parameters

context

Instance of Context

identity

User identifier.

workspaceId

Workspace Identifier.


fun identifyUser(context: Context, identity: Map<String, String>, workspaceId: String? = null)

Identify the user with the given identifiers.

Parameters

context

Instance of Context

identity

Map of identifiers

workspaceId

Workspace Identifier.